precedence table - перевод на русский
Diclib.com
Словарь онлайн

precedence table - перевод на русский

GRAPH OF DATABASE TRANSACTIONS RECORDING PRECEDENCE AND CONFLICTS
Precedence Graph; Precedence Graphs; Precedence graphs
  • Example 1
  • Testing Serializability Example

precedence table      
таблица приоритетов (предшествования)
precedence rule         
IN MATHEMATICS AND COMPUTER SCIENCE, ORDER IN WHICH OPERATIONS ARE PERFORMED
Operator precedence; PEMDAS; BEDMAS; PEDMAS; BOMDAS; BIDMAS; BODMAS; BIMDAS; BEMDAS; Please excuse my dear aunt Sally; Order of operation; GEMDAS; Grandma Ellis makes delicious apple strudel; Precedence of operators; Order of operations agreement; Precedence (mathematics); Parentheses, Exponents, Multiplication, Division, Addition, Subtraction; Brackets, Exponents, Division, Multiplication, Addition, Subtraction; Understood parentheses; Algebraic precedence; Precedence rule; BERDMAS; PERDMAS; BPODMAS; Order of Operations; Precedence grouping; Binding precedence; Operator hierarchy; Operator priority; Serial exponentiation; Stacked exponentiation; Nested exponentiation; Standard mathematical order of operations; Mathematical order of operations; Precedence and order of evaluation; Precedence of common operators; Operand evaluation order; Operator's precedence; Higher-precedence operator; Lower-precedence operator; Equal-precedence operator; Higher precedence operator; Lower precedence operator; Equal precedence operator; Operator's evaluation order; Operator evaluation order; Priority of operators

математика

правило предшествования

порядок действий

operator precedence         
IN MATHEMATICS AND COMPUTER SCIENCE, ORDER IN WHICH OPERATIONS ARE PERFORMED
Operator precedence; PEMDAS; BEDMAS; PEDMAS; BOMDAS; BIDMAS; BODMAS; BIMDAS; BEMDAS; Please excuse my dear aunt Sally; Order of operation; GEMDAS; Grandma Ellis makes delicious apple strudel; Precedence of operators; Order of operations agreement; Precedence (mathematics); Parentheses, Exponents, Multiplication, Division, Addition, Subtraction; Brackets, Exponents, Division, Multiplication, Addition, Subtraction; Understood parentheses; Algebraic precedence; Precedence rule; BERDMAS; PERDMAS; BPODMAS; Order of Operations; Precedence grouping; Binding precedence; Operator hierarchy; Operator priority; Serial exponentiation; Stacked exponentiation; Nested exponentiation; Standard mathematical order of operations; Mathematical order of operations; Precedence and order of evaluation; Precedence of common operators; Operand evaluation order; Operator's precedence; Higher-precedence operator; Lower-precedence operator; Equal-precedence operator; Higher precedence operator; Lower precedence operator; Equal precedence operator; Operator's evaluation order; Operator evaluation order; Priority of operators

общая лексика

старшинство операций

в программировании - правила предшествования, определяющие последовательность вычисления арифметических и/или логических выражений. Обычно в первую очередь вычисляются выражения внутри круглых скобок, умножение и деление выполняются раньше сложения и вычитания, операторы с одинаковым приоритетом выполняются слева направо

Смотрите также

operator; precedence

Определение

multiplication table
¦ noun a list of multiples of a particular number, typically from 1 to 12.

Википедия

Precedence graph

A precedence graph, also named conflict graph and serializability graph, is used in the context of concurrency control in databases.

The precedence graph for a schedule S contains:

  • A node for each committed transaction in S
  • An arc from Ti to Tj if an action of Ti precedes and conflicts with one of Tj's actions. That is the actions belong to different transactions, at least one of the actions is a write operation, and the actions access the same object (read or write).